Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dafny test #141

Merged
merged 1 commit into from
May 27, 2024
Merged

Add Dafny test #141

merged 1 commit into from
May 27, 2024

Conversation

nspin
Copy link
Member

@nspin nspin commented May 27, 2024

Dafny supports extraction to Rust, meaning that the language runtime support in this project allows one to leverage Dafny in seL4 userspace.

This PR adds a test of Dafny in a root task.

Note that Dafny's Rust backend is still a work in progress, and this PR uses this branch of Dafny, which includes patches for extracting to no_std-compatible Rust:

https://github.com/coliasgroup/dafny/tree/dev

Signed-off-by: Nick Spinale <[email protected]>
Copy link
Member

@lsf37 lsf37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat. Cool to see Dafny output on seL4!

@nspin nspin merged commit 507a9e2 into seL4:main May 27, 2024
9 checks passed
@nspin nspin deleted the pr/add-dafny-test branch May 27, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants